home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / k9findit.arj / K9FINDIT.DOC < prev    next >
Text File  |  1994-03-11  |  5KB  |  104 lines

  1. ******************************************************************************
  2. *                                                                            *
  3. *                  ███  ██  █████   █████   █████   █████                    *
  4. *      ██ ██        ██  ██ ██   ██ ██  ███ ██  ███ ██  ███       ██ ██       *
  5. *       ███         ██ ██  ██   ██ ██ ████ ██ ████ ██ ████        ███        *
  6. *     ███████       ████    ██████ ████ ██ ████ ██ ████ ██      ███████      *
  7. *       ███         ████        ██ ███  ██ ███  ██ ███  ██        ███        *
  8. *      ██ ██        ██ ██      ██  ██   ██ ██   ██ ██   ██       ██ ██       *
  9. *                  ███  ██  ████    █████   █████   █████                    *
  10. *                                                                            *
  11. *                                                                            *
  12. *           █████   ██  ██  █████   ██████ ███████ ██   ██  █████            *
  13. *          ██   ██  ██  ██ ██   ██  █ ██ █  ██   █ ███ ███ ██   ██           *
  14. *          ███      ██  ██ ███        ██    ██     ███████ ███               *
  15. *            ███     ████    ███      ██    ████   ██ █ ██   ███             *
  16. *              ███    ██       ███    ██    ██     ██   ██     ███           *
  17. *          ██   ██    ██   ██   ██    ██    ██   █ ██   ██ ██   ██           *
  18. *           █████    ████   █████    ████  ███████ ██   ██  █████            *
  19. *                                                                            *
  20. ******************************************************************************
  21. *                           *** K9000 Systems ***                            *
  22. *                  (c) 1992-1994 By James 'Kaynine' Johnson                  *
  23. *               229 South Park  #398      Stafford, KS.  67578               *
  24. ******************************************************************************
  25.  
  26. K9FINDIT v4.0             * File Locating Utilty *      Updated on 3/9/1994
  27. =============================================================================
  28.  
  29.   A GREAT FAST file locating utility!!!  Will search ALL harddrives and
  30. ALL subdirectories on them for a file, or matching files. DOS-style [* NEW *]
  31. wildcards built in. Also searches hidden directories too!
  32.  
  33.   Haven't you ever been frustrated with wanting to know where the heck that
  34. file you JUST saw the other day went?  And you KNOW you didnt remove it..?
  35.  
  36.   Well... if my file location utility doesn't find it.. IT DOESNT EXIST!!!
  37.  
  38.   Written in a combination of HEAVY assembly (fast) code and little basic, I
  39. can go through my entire 85 meg drive and several hundred files in JUST a few
  40. seconds!!!! NO KIDDING!!!
  41.  
  42. Examples of useage: 
  43. --------------------
  44.   To look for JUNK.XXX just enter 'JUNK.XXX'          (NO DUH!!!!!)
  45.   It willl display ALL matches of the same file and where they are at!
  46.   
  47.   To look for partial matches, use standard DOS wildcards '*' and '?' which
  48. are NOW SUPPORTED FULLY!!!!
  49.  
  50.   To look for all files with ".DAT" in them enter '*.DAT'
  51.  
  52.   (NOTE: The ' apostrophies in my examples are NOT to be entered, UNLESS)
  53.   (your filename HAS them.)
  54.  
  55. Command Line Options:
  56. ----------------------
  57.    /F:            A filename, or 'wildfile' partial name for matching.
  58.    /L:            A log name, with optional drive and path, otherwise
  59.                      will default to the current directory on startup.
  60.  
  61.    Example: I want to log to 'D:\BBS\LOGS.DAT' and do a list of all files
  62.      ending in '.LOG'.  Here's how I run the program:
  63.      
  64.      K9FINDIT /f:*.log /l:d:\bbs\logs.dat
  65.  
  66. Other Notes:
  67. -------------
  68.   If used with the /F AND /L option, it will NOT print to the screen.
  69.  
  70.   If you want a total of files on your system drives, use '*.*' as a wildcard.
  71.   
  72.   (12/13/93)
  73.   If you want to make a list of ALL files on your drives, do this:
  74.  
  75.   K9FINDIT /L:{name of file to list files} [/F:*.*]
  76.     
  77.     You can enter the '*.*' either on the command line or at the prompt in
  78.   the program.
  79.  
  80. Program return codes:
  81. ----------------------
  82.   If run from a batch file or automated process, I included return codes
  83. that a batch file can use as follows:
  84.   0 = No matches or error.
  85.   1 or more means the total of matches.
  86.  
  87. Log File Setup:
  88. ---------------
  89. SIMPLE!   Displays the date and time run, and all files meeting the file-
  90. spec entered. Also shows notations of outcome of search.
  91.  
  92. Have fun!!!!
  93.  
  94. =============================================================================
  95.                           James 'Kaynine' Johnson                    
  96.                         K9000 Systems (c) 1992-1994
  97.               229 South Park  #398      Stafford,   KS.   67578
  98.  
  99.   Donations accepted and encouraged. If you like this program and want to
  100. receive further updates of it,  as well as information  about other K9000
  101. releases,  then send us $ 10.00, for our time and effort to create it for
  102. you? Thanks!
  103.  
  104.